home *** CD-ROM | disk | FTP | other *** search
- CKIKER.UPD -- list of updates to Amiga Kermit
-
- CKIFIO.C, 12 July 1986:
- Worked around bug with Lattice standard I/O putc() macro which causes
- signed char 0xFF to be discarded if output when it is time to flush a block.
- This was affecting 0xFF's at offsets which were multiples of 512 bytes when
- binary files were received. Fixed by changing zchout() argument to unsigned
- char. Also modified zchout() so that an output file error would return -1
- as documented.
-
- CKITIO.C, 17 July 1986
- Fixed bug in contti() which caused the control sequence introducer (0x9B)
- to not be transmitted as the ANSI ESC [ sequence in connect mode. This
- uncovered a bug in ttocq() which occurred only with extremely rapid input,
- which was then fixed.
-
- CKIUTL.C, 17 July 1986
- Worked around AmigaDOS quirk which caused last line input in a CLI window
- spawned by system() to be echoed (without newline) to the original process
- window. The file handle structure is modified, which lacks finesse but
- seems to work.
-
- CKICON.C, 27 July 1986
- Parity was not being added to outgoing characters in connect mode, causing
- problems with systems that actually cared about parity. The parity
- calculation was reinstated.
-